home *** CD-ROM | disk | FTP | other *** search
- ;
- ; newvers.sh, converted from original Unix shell script
- ; 07/94 Blaz Zupan
- ;
- if not exists edit
- echo >edit 0
- endif
- set tmpedit `type edit`
- set tmpedit `eval $tmpedit + 1`
- echo >edit $tmpedit
- echo >vers.c "char version[] = *"Amiga wu-ftpd 37.$tmpedit*";*Nstatic char cbm_version[] = *"$VER: wu-ftpd 37.$tmpedit *" __AMIGADATE__;"
-